home *** CD-ROM | disk | FTP | other *** search
/ Birds of My State or Province 4.5 / eField Guide Viewer.iso / pc / Windows / App.cab / eviewer.exe.config < prev    next >
Encoding:
Extensible Markup Language  |  2009-12-15  |  1.3 KB  |  24 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3.   <configSections>
  4.     <section name="licenses" type="Thayer.Birding.Configuration.LicenseConfigurationSectionHandler, Thayer.Birding" />
  5.     <section name="thayerData" type="Thayer.Birding.Configuration.EncryptedSettingsSectionHandler, Thayer.Birding" />
  6.   </configSections>
  7.   <appSettings>
  8.     <add key="UseAppDataPath" value="True" />
  9.     <add key="ConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=%1;" />
  10.     <add key="DatabaseName" value="Database\database.mdb" />
  11.     <add key="Provider" value="System.Data.OleDb.OleDbConnection, System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
  12.     <add key="UpdateLocation" value="http://birding.lightshipinc.com/Windows v4.0" />
  13.     <add key="RavenLiteLocation" value="" />
  14.   </appSettings>
  15.   <licenses>
  16.   </licenses>
  17.   <thayerData>
  18.     <EncryptedData>
  19.       <CipherData>
  20.         <CipherValue>D7rHDTr17ORPumj427MjNlOnfEEtFQAZYsNDkcKrG7qHXTQcSeCrVX/K3aEs27dNFQ1Nk3ZARycgGWLMAA3FowKGUPRYzp37DkRMJsM5xyARZrJp6sht7y0jWEYsLLdCcH+gy3M+Evf+7fLCy1LrlY5FlL6mXT7RfqoJJlu7dnGKsHXl/Ug+Vu0KwrXWChqEUwB50EUEQfUN1nF8MB66UWNOfIXk+hn/ttD4s8wQhLQ=</CipherValue>
  21.       </CipherData>
  22.     </EncryptedData>
  23.   </thayerData>
  24. </configuration>